home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2MISC / CSDPMI1S.ZIP / SRC / CWSDPMI / EXPHDLR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-06  |  916 b   |  24 lines

  1. /* Copyright (C) 1995 CW Sandmann (sandmann@clio.rice.edu) 102 Hurst Ct, Destrehan, LA 70047
  2. ** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
  3. **
  4. ** This file is distributed under the terms listed in the document
  5. ** "copying.cws", available from CW Sandmann at the address above.
  6. ** A copy of "copying.cws" should accompany this file; if not, a copy
  7. ** should be available from where this file was obtained.  This file
  8. ** may not be distributed without a verbatim copy of "copying.cws".
  9. **
  10. ** This file is distributed WITHOUT ANY WARRANTY; without even the implied
  11. ** warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12. */
  13.  
  14. extern word8 hard_master_hi, hard_slave_hi;
  15. extern word8 hard_master_lo, hard_slave_lo;
  16.  
  17. void init_controllers(void);
  18. void uninit_controllers(void);
  19. int alloc_ldt(int number);
  20.  
  21. int exception_handler(void);
  22.  
  23. void segfault(word32 v);
  24.